home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 1.iso / dist / fw_exmh.idb / usr / freeware / lib / exmh-2.5 / app-defaults-mono.z / app-defaults-mono
Text File  |  2002-07-08  |  704b  |  25 lines

  1. !
  2. ! Monochrome is black text on white background by default
  3. !
  4. *Foreground: black
  5. *Background: white
  6. *Scrollbar.foreground: white
  7. *Scrollbar.activeForeground: black
  8. !
  9. ! These are needed because the Canvas does not support a foreground resource.
  10. ! c_background is just there for consistency(?).  The drawback is
  11. ! that if you make c_background different than Background,
  12. ! you'll also want to define *Canvas.background to match c_background ...
  13. *c_foreground: black
  14. *c_background: white
  15.  
  16. # Canvas's don't directly support foreground, but this resource
  17. # is grabbed explicitly in exwin.tcl
  18. *Face*Canvas.foreground:        black
  19. *Face*Canvas.background:        white
  20.  
  21. ! Link color for HTML links
  22. *Text.c_link:    black
  23.  
  24.